home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 1 / Inside Mac Games Volume 1.iso / IMG CD-ROM / IMG CD-ROM.30 / 00511_joystick.up.ls < prev    next >
Encoding:
Text File  |  1994-05-18  |  222 b   |  10 lines

  1. on mouseUp
  2.   puppetSound("Bclick")
  3.   puppetSprite(22, 1)
  4.   set the castNum of sprite 22 to the number of cast "joystick.down"
  5.   updateStage()
  6.   puppetSprite(22, 0)
  7.   preLoadCast("Game of The Year.moov")
  8.   go("awards")
  9. end
  10.